home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / util / dtype / infoDT39_1.lha / infoDataType / Install < prev    next >
Text File  |  1994-07-04  |  1KB  |  42 lines

  1. ;  *** .info DataType installation scipt ***
  2.  
  3. (welcome "Welcome to the .info DataType installation")
  4.  
  5. (
  6.     (set @default-dest "")
  7.  
  8.     (complete 25)
  9.  
  10.     (copylib
  11.         (prompt "Copying info.datatype to SYS:Classes/DataTypes")
  12.         (source "info.datatype")
  13.         (dest "SYS:Classes/DataTypes/")
  14.         (confirm)
  15.         (help @copylib-help)
  16.     )
  17.  
  18.     (complete 50)
  19.  
  20.     (copyfiles
  21.         (prompt "Copying DataType descriptor to DEVS:DataTypes")
  22.         (help @copyfiles-help)
  23.         (source "Amiga .info File")
  24.         (dest "DEVS:DataTypes/")
  25.         (confirm)
  26.         (noposition)
  27.         (infos)
  28.     )
  29.  
  30.     (complete 75)
  31.  
  32.     (run "AddDataTypes \"DEVS:DataTypes/Amiga .info File\" REFRESH"
  33.          (prompt "DataType should be refreshed. Do it?")
  34.          (confirm)
  35.          (help "DataTypes are usually added to the system when "
  36.                "your computer is turned on. However, to have your "
  37.                "Amiga recognize the new DataType, it must be added "
  38.                "manually. This installation can do it for you.")
  39.     )
  40.     (complete 100)
  41. )
  42.